@charset "utf-8";

/* init */
body {
    width: 100%;
    min-width: 1180px;
    background-color: #EDF1F5;
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
}

label, input, button, select, textarea {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

em, i, s {
    font-style: normal;
}

textarea {
    resize: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.show-margin:before {
    content: '';
    display: table;
}

.container-fluid {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.container {
    width: 1180px !important;
    overflow: hidden;
}

.breadcrumb {
    margin: 0;
    border-radius: 0;
}

a:focus, a:hover {
    text-decoration: none;
}

.scrollHide {
    overflow: hidden;
}

.row {
    margin: 0;
    overflow: hidden;
    min-height: 630px;
    background-color: #fff;
    position: relative;
}

.row .aside {
    position: absolute;
    left: 0;
    top: 0;
    width: 18%;
    min-height: 850px;
    margin-bottom: -5000px;
    padding-bottom: 5000px;
    overflow: hidden;
    box-shadow: 4px 4px 10px #eee;
    background-color: #f3f8fd;
}

.row .aside .nav a {
    border-bottom: 1px solid #ddd;
}

.row .aside .nav li {
    text-align: center;
}

.row .main {
    float: right;
    width: 82%;
    margin-bottom: -5000px;
    padding-bottom: 5000px;
    overflow: hidden;
    background-color: #fff;
}

.thumbnail p {
    margin: 5px 0;
}

.border2 {
    border: 1px solid #cccccc;
    border-top: 2px solid #317ac9;
}

.bt {
    border-top: 2px solid #317ac9;
}

.text-blue {
    color: #1492ff;
}

.w-40 {
    width: 40px;
}

.min-h {
    min-height: 850px;
}

form {
    padding: 0;
    margin: 0;
}

/* topbar */
.topbar {
    height: 35px;
    line-height: 35px;
    background-color: #eee;
    border-bottom: 1px solid #B4CDDC;
}

.topbar a {
    color: #333;
    margin: 0 5px;
}

.topbar a:hover {
    text-decoration: none;
    color: #c00;
}

.topbar-left a {
    padding-left: 15px;
    background: url(../images/topbar_right_icon.png) no-repeat left center;
}

.topbar-right a {
    float: left;
    color: #c00;
    margin: 0 10px;
}

.topbar-right i {
    float: left;
}

.topbar-right a.collect {
    color: #333;
}

.topbar-right a.collect::before {
    content: "";
    clear: both;
    display: table;
    width: 5px;
    height: 5px;
    background-color: #000;
    float: left;
    margin-top: 15px;
    margin-right: 5px;
}

/* header */
.header {
    height: 132px;
    background: url(../images/header_bg.png) repeat-x top center;
}

.header .logo {
    padding-top: 28px;
}

.header2 {
    height: 98px;
    background: url(../images/header_bg2.png) repeat-x top center;
}

.header2 img {
    float: left;
    margin: 24px 35px 0 10px;
}

.header2 .title {
    height: 60px;
    float: left;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;

    line-height: 42px;
    margin-top: 20px;
    border: 2px solid;
    border-color: rgba(255, 255, 255, 0.5);
    /*background: url(../images/bg_title2.png) no-repeat top center;
   	background-size:100% 100%;*/

}

.header2 .title span {
    margin: 3px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    color: #234875;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
}

/* nav */
.m-nav {
    height: 44px;
    line-height: 44px;
    background-color: #317AC9;
}

.m-nav i {
    float: left;
    width: 2px;
    height: 38px;
    background: url(../images/nav_icon.png) no-repeat;
    font-size: 0;
    margin-top: 4px;
}

.m-nav a {
    float: left;
    padding: 0 38px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.m-nav a:hover {
    background: #2C6BB1;
}

.m-nav a.active {
    background: #2C6BB1;
}

.m-nav .a-wrapper {
    padding: 0 42px;
}

/* subnav */
.sub-nav {
    height: 36px;
    line-height: 36px;
    background-color: #f7f7f9;
    border-bottom: 1px solid #D1DCE2;
    color: #666;
    font-size: 14px;
    padding: 0 6px;
}

.sub-nav img {
    margin-right: 0px;
    vertical-align: text-bottom;
    width: auto;
}

.sub-nav a {
    font-size: 12px;
    color: #999;
}

.sub-nav a:hover {
    color: #c00;
}

.sub-nav:last-child {
    font-size: 16px;
    color: #333;
}

/* footer */
.footer {
    border-top: 1px solid #ddd;
    padding: 30px 0;
}

.footer .container {
    position: relative;
}

.footer .container a {
    position: absolute;
    top: 10px;
    left: 270px;
}

.footer a.footer-a {
    left: auto;
    right: 220px;
}

.go-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 0;
    width: 50px;
}

/* common */
.wrapper {
    margin: 10px;
    padding: 10px;
}

.section {
    margin: 10px;
    padding: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.no-mb {
    margin-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.no-pb {
    padding-bottom: 0 !important;
}

.no-mp {
    margin: 0 10px;
    padding: 0 10px;
}

.border {
    border: 1px solid #ddd;
}

.bg-eee {
    background-color: #f5f5f5;
}

.bg-wathet {
    background-color: #EBF5FB;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.border-right {
    border-right: 1px solid #ddd;
}

.line {
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #ddd;
    font-size: 0;
    padding-top: 10px;
    margin-bottom: 10px;
}

.lh-26 {
    line-height: 26px;
}

.page-body {
    padding: 30px 0;
}

.mt-40 {
    margin-top: 40px;
}

.black-10 {
    display: block;
    clear: both;
    height: 10px;
    width: 100%;
    font-size: 0px;
}

.line3 {
    height: 1px;
    font-size: 0;
    background: url("../images/ling-bg.png") no-repeat center center;
}

.a-yellow {
    display: inline-block;
    padding: 0 14px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    background: #f60;
    border-radius: 4px;
}

.a-yellow img {
    margin: 0 10px 0 0;
    vertical-align: text-top;
}

.a-yellow:hover {
    color: #fff;
}

a.disabled {
    cursor: not-allowed;
}

.text-mute {
    color: #999;
}
.table td.span1, 
.table th.span1{
	width: 150px;
}
.table td.span2, 
.table th.span2{
	width: 400px;
}

.app-header,
.app-footer {
    display: none;
}